func runtime.rawstring

6 uses

	runtime (current package)
		string.go#L135: 		s, b = rawstring(l)
		string.go#L259: 		s, b = rawstring(4)
		string.go#L272: func rawstring(size int) (s string, b []byte) {
		string.go#L334: 	s, b := rawstring(l)
		string.go#L343: 	s, b := rawstring(l)
		string.go#L484: 	s, b := rawstring(n1 + 4)